home *** CD-ROM | disk | FTP | other *** search
- ***** abs.c
- ----------------------------
- revision 41.2
- date: 1993/11/24 20:23:16; author: pvt1-117; state: Exp; lines: +7 -0
- Inline abs() and labs() for LCC.
- =============================================================================
- ***** bblink.c
- ----------------------------
- revision 41.3
- date: 1994/01/13 08:03:50; author: schwab; state: Exp; lines: +29 -26
- Fixed version of update for GCC 2.5
- ----------------------------
- revision 41.2
- date: 1993/11/30 18:51:36; author: schwab; state: Exp; lines: +139 -2
- Updated for GCC 2.5
- =============================================================================
- ***** buffindf.c
- ----------------------------
- revision 41.2
- date: 1994/01/09 09:33:20; author: schwab; state: Exp;
- NEW file.
- The library uses the names findfile and buffindfile which are in the
- user's namespace. findfile is not really used and should be move into
- a separate file, and buffindfile should be renamed to _buffindfile.
- I have renamed findfile.c to buffindf.c and moved the function
- findfile into a new findfile.c, and changed all callers.
- =============================================================================
- ***** bzero.cpp
- ----------------------------
- revision 41.2
- date: 1993/12/01 20:45:46; author: michal; state: Exp; lines: +2 -0
- When Lmemset is defined and not Lbzero, the jump at the bottom
- of the memset setup reduces to a zero offset jump. put a
- #ifdef Lbzero (which amounts to really #ifdef Lmemset && Lbzero)
- around the `jra do_set'.
- =============================================================================
- ***** fdopen.c
- ----------------------------
- revision 41.3
- date: 1994/01/13 09:37:36; author: entropy; state: Exp; lines: +2 -0
- *** empty log message ***
- ----------------------------
- revision 41.2
- date: 1993/11/24 20:12:04; author: nox; state: Exp; lines: +1 -1
- Use binary mode on tty's (under MiNT) to avoid extra ^M's.
- =============================================================================
- ***** findfile.c
- ----------------------------
- revision 41.2
- date: 1994/01/09 09:29:32; author: schwab; state: Exp; lines: +2 -126
- The library uses the names findfile and buffindfile which are in the
- user's namespace. findfile is not really used and should be moved into
- a separate file, and buffindfile should be renamed to _buffindfile.
- I have renamed findfile.c to buffindf.c and moved the function
- findfile into the new findfile.c, and changed all callers.
- =============================================================================
- ***** fopen.c
- ----------------------------
- revision 41.4
- date: 1994/01/09 11:12:06; author: nox; state: Exp; lines: +2 -2
- *** empty log message ***
- ----------------------------
- revision 41.3
- date: 1994/01/09 11:06:16; author: nox; state: Exp; lines: +2 -0
- In _fopen() we seek to the end when file mode "a" is used (the kernel
- won't do this until the first write.)
- ----------------------------
- revision 41.2
- date: 1993/11/24 20:12:34; author: nox; state: Exp; lines: +1 -1
- Use binary mode on tty's (under MiNT) to avoid extra ^M's.
- =============================================================================
- ***** getpw.c
- ----------------------------
- revision 41.2
- date: 1993/11/30 20:40:50; author: nox; state: Exp; lines: +4 -2
- Convert backslashes in the home directory in the passwd file, for backwards
- compatibility.
- =============================================================================
- ***** lib.h
- ----------------------------
- revision 41.2
- date: 1993/11/30 18:51:48; author: schwab; state: Exp; lines: +1 -1
- Use new way to declare a function that doesn't return, since
- the old way wasn't ANSI conforming.
- =============================================================================
- ***** libgcc2.c
- ----------------------------
- revision 41.2
- date: 1993/11/30 18:51:58; author: schwab; state: Exp; lines: +35 -62
- New entry points: L_builtin_new, L_caps_New and L_builtin_del are replaced
- by L_op_new, L_new_handler and L_op_delete.
- =============================================================================
- ***** longlong.h
- ----------------------------
- revision 41.2
- date: 1993/11/30 18:52:22; author: schwab; state: Exp; lines: +25 -24
- Updated for GCC 2.5
- =============================================================================
- ***** strerror.c
- ----------------------------
- revision 41.2
- date: 1993/11/24 21:14:58; author: schwab; state: Exp; lines: +1 -1
- Move _sock_errlist[] into the text segment by making it const, so that
- -mbaserel works again.
- =============================================================================
- ***** include/PatchLev.h
- ----------------------------
- revision 41.3
- date: 1993/11/04 03:26:16; author: entropy; state: Exp; lines: +0 -0
- -
- ----------------------------
- revision 41.2
- date: 1993/11/03 14:25:10; author: entropy; state: Exp; lines: +1 -1
- -
- =============================================================================
- ***** include/assert.h
- ----------------------------
- revision 41.3
- date: 1994/01/09 09:02:56; author: lux; state: Exp; lines: +4 -13
- Make assert() macro more ANSI compliant by replacing the broken assert()
- macro with what was previously given as assertval(), and remove
- the assertval() macro.
- ----------------------------
- revision 41.2
- date: 1993/11/30 18:50:46; author: schwab; state: Exp; lines: +1 -1
- Use new way to declare a function that doesn't return, since
- the old way wasn't ANSI conforming.
- =============================================================================
- ***** include/compiler.h
- ----------------------------
- revision 41.2
- date: 1993/11/30 18:50:50; author: schwab; state: Exp; lines: +10 -0
- Use new way to declare a function that doesn't return, since
- the old way wasn't ANSI conforming.
- =============================================================================
- ***** include/gdbm.h
- ----------------------------
- revision 41.2
- date: 1993/12/01 20:42:48; author: jrb; state: Exp; lines: +99 -21
- Synchronize with update36.
- =============================================================================
- ***** include/ioctl.h
- ----------------------------
- revision 41.2
- date: 1993/11/24 21:09:20; author: schwab; state: Exp; lines: +1 -0
- Add definition of B134.
- =============================================================================
- ***** include/math-68881.h
- ----------------------------
- revision 41.2
- date: 1993/11/30 18:50:58; author: schwab; state: Exp; lines: +112 -48
- Give inline functions const attribute instead of declaring as const.
- Fix a bug in atan2 where the function from libpml gives a different result
- on the arguments (0, -1).
- =============================================================================
- ***** include/math.h
- ----------------------------
- revision 41.2
- date: 1993/11/24 20:08:46; author: jrb; state: Exp; lines: +28 -24
- allow define NO_INLINE_MATH to override _M68881_. Also, check
- for __GNUC_INLINE__ as a pre-requisite to inlining (so the user
- may override globally with __NO_INLINE__.
- =============================================================================
- ***** include/minimal.h
- ----------------------------
- revision 41.2
- date: 1993/11/30 18:51:10; author: schwab; state: Exp; lines: +4 -3
- Use new way to declare a function that doesn't return, since
- the old way wasn't ANSI conforming.
- =============================================================================
- ***** include/mintbind.h
- ----------------------------
- revision 41.3
- date: 1994/01/09 10:01:00; author: pvt1-117; state: Exp; lines: +1 -1
- Some changes for Lattice C.
- ----------------------------
- revision 41.2
- date: 1993/11/24 20:50:10; author: hohmuth; state: Exp; lines: +1 -1
- Fix return type of Pwaitpid() for Pure C.
- =============================================================================
- ***** include/osbind.h
- ----------------------------
- revision 41.2
- date: 1994/01/09 10:01:28; author: pvt1-117; state: Exp; lines: +3 -3
- Some changes for Lattice C.
- =============================================================================
- ***** include/stdlib.h
- ----------------------------
- revision 41.3
- date: 1993/11/30 18:51:16; author: schwab; state: Exp; lines: +3 -3
- Use new way to declare a function that doesn't return, since
- the old way wasn't ANSI conforming.
- ----------------------------
- revision 41.2
- date: 1993/11/24 20:20:46; author: pvt1-117; state: Exp; lines: +10 -0
- Inline abs() and labs() for LCC.
- =============================================================================
- ***** include/support.h
- ----------------------------
- revision 41.3
- date: 1994/01/09 09:28:44; author: schwab; state: Exp; lines: +1 -1
- Rename buffindfile() to _buffindfile().
- ----------------------------
- revision 41.2
- date: 1993/11/30 18:51:22; author: schwab; state: Exp; lines: +2 -2
- Use new way to declare a function that doesn't return, since
- the old way wasn't ANSI conforming.
- =============================================================================
- ***** include/termios.h
- ----------------------------
- revision 41.2
- date: 1993/11/24 21:10:38; author: schwab; state: Exp; lines: +1 -0
- Add definition of B134.
- =============================================================================
- ***** include/unistd.h
- ----------------------------
- revision 41.2
- date: 1993/11/30 18:51:28; author: schwab; state: Exp; lines: +1 -1
- Use new way to declare a function that doesn't return, since
- the old way wasn't ANSI conforming.
- =============================================================================
- ***** dup.c
- ----------------------------
- revision 41.2
- date: 1994/01/09 10:31:12; author: roemer; state: Exp; lines: +3 -1
- Make dup2(x, x) return x without doing anything, instead of failing.
- [I also removed the "close(handle2);" since this violates POSIX and
- the Fforce() already closes the target handle for us -entropy]
- =============================================================================
- ***** execp.c
- ----------------------------
- revision 41.2
- date: 1994/01/09 09:28:56; author: schwab; state: Exp; lines: +1 -1
- Rename buffindfile() to _buffindfile().
- =============================================================================
- ***** fopenp.c
- ----------------------------
- revision 41.2
- date: 1994/01/09 09:29:04; author: schwab; state: Exp; lines: +1 -1
- Rename buffindfile() to _buffindfile().
- =============================================================================
- ***** main.c
- ----------------------------
- revision 41.4
- date: 1994/01/09 10:15:48; author: dsb; state: Exp; lines: +32 -30
- Cast malloc() calls for HSC.
- ----------------------------
- revision 41.3
- date: 1994/01/09 09:11:18; author: dirk_haun; state: Exp; lines: +2 -2
- Some time ago, I reported a bug in main.c of MiNT lib PL39, which destroys
- long PATH enviroment variables. Unfortunately, the bugfix itself was buggy
- :-( If PATH consisted only of a null byte, followed by the root directory of
- the boot drive, the result was garbage. E.g. PATH=\0C:\\ resulted in
- PATH=/dev/c/nvurhgb so we allow for a size increase of up to five times the
- original instead of four.
- ----------------------------
- revision 41.2
- date: 1993/11/24 20:35:52; author: dirk_haun; state: Exp; lines: +2 -2
- _path_dos2unx enlarges the path by at most *four* times the number of
- elements, not two (with the old code, ";C:\;C:\CMD;E:\METAFONT" becomes
- ":/dev/c/:/dev/c/cmd:/dev/e/meta".
- =============================================================================
- ***** mincl
- ----------------------------
- revision 41.3
- date: 1994/01/09 11:15:20; author: entropy; state: Exp; lines: +1 -1
- *** empty log message ***
- ----------------------------
- revision 41.2
- date: 1993/11/30 18:52:44; author: schwab; state: Exp; lines: +2 -2
- Add new libgcc2 targets.
- =============================================================================
- ***** open.c
- ----------------------------
- revision 41.2
- date: 1994/01/09 10:47:04; author: roemer; state: Exp; lines: +3 -2
- O_EXCL was being used incorrectly. It is only used in relation to
- O_CREAT and has nothing to do with file sharing modes. So we add
- it to modemask (allowing it to be passed through to Fopen()) and always
- use O_DENYNONE.
- =============================================================================
- ***** scanf.c
- ----------------------------
- revision 41.2
- date: 1994/01/09 09:56:18; author: schab; state: Exp; lines: +230 -182
- The patch corrects these two bugs:
- - sscanf ("1", "%d%n", &i, &n) fails to set n, generally the value was
- off-by-one in the other cases
- - sscanf ("0x10", "%x", &i) sets i to 0 instead of 16
-
- Additionally i have implemented %p and %Lf (the latter only for
- M68881, since there is no long double support without fpu yet), and i
- have restructured the code to make it more efficient.
- =============================================================================
- ***** spawn.c
- ----------------------------
- revision 41.3
- date: 1994/01/09 09:29:10; author: schwab; state: Exp; lines: +1 -1
- Rename buffindfile() to _buffindfile().
- ----------------------------
- revision 41.2
- date: 1993/11/24 21:06:22; author: schwab; state: Exp; lines: +8 -5
- When running the interpreter for a script, the full pathname of the
- script should be passed, and not only the string from argv[0]. The
- latter normally does not include a path if the script was found
- through $PATH.
- =============================================================================
- ***** spawnvp.c
- ----------------------------
- revision 41.2
- date: 1994/01/09 09:29:24; author: schwab; state: Exp; lines: +1 -1
- Rename buffindfile() to _buffindfile().
- =============================================================================
- ***** sync.c
- ----------------------------
- revision 41.2
- date: 1994/01/09 09:52:04; author: schwab; state: Exp; lines: +9 -1
- fsync() uses the value from st_dev in the stat structure to form a
- pathname for Dcntl. This value can be > 0x100 for filesystems mounted
- via FS_MOUNT. Currently there is no way to sync such a filesystem, i
- have changed fsync to just return successfully in this case.
- =============================================================================
- ***** tcattr.c
- ----------------------------
- revision 41.2
- date: 1993/11/24 21:11:36; author: schwab; state: Exp; lines: +4 -5
- Make better mappings between termios attributes and real attributes,
- and fix typos.
- =============================================================================
- ***** thread.c
- ----------------------------
- revision 41.3
- date: 1994/01/09 18:13:30; author: entropy; state: Exp; lines: +21 -0
- entropy's attempt at implementing nox's idea for getting tfork() to
- work with -mbaserel. Untested.
- ----------------------------
- revision 41.2
- date: 1994/01/09 09:49:06; author: schwab; state: Exp; lines: +2 -2
- This patch for MiNTlib PL41 fixes the memory leak. It just moves the
- calls to Mfree to the right place.
- =============================================================================
- ***** unx2dos.c
- ----------------------------
- revision 41.2
- date: 1994/01/09 09:46:10; author: schwab; state: Exp; lines: +6 -4
- When given an empty path, _path_unx2dos/_path_dos2unx trash the byte
- before the supplied buffer. This can be seen by executing
- PATH= printenv
- (under sh or bash), there will be a line beginning with "PATH", but no
- equal sign and probably some garbage behind.
- =============================================================================
- ***** crlf/crlf.c
- ----------------------------
- revision 41.3
- date: 1994/01/09 14:38:22; author: entropy; state: Exp; lines: +386 -386
- *** empty log message ***
- ----------------------------
- revision 41.2
- date: 1994/01/09 14:35:58; author: entropy; state: Exp; lines: +386 -296
- Merged changes from Markus Kilbinger and Martin Koehling.
- =============================================================================
- ***** crlf/crlf.doc
- ----------------------------
- revision 41.2
- date: 1994/01/09 14:40:52; author: entropy; state: Exp; lines: +7 -3
- *** empty log message ***
- =============================================================================
- ***** crlf/crlf.ttp
- ----------------------------
- revision 41.2
- date: 1994/01/09 14:42:16; author: entropy; state: Exp; lines: +276 -271
- *** empty log message ***
- =============================================================================
- ***** crlf/makefile
- ----------------------------
- revision 41.2
- date: 1994/01/09 14:42:46; author: entropy; state: Exp; lines: +1 -3
- *** empty log message ***
- =============================================================================
-